babl.git
2009-11-21 Daniel Paredes... First aproximation to a thread-safe version of babl.
2009-11-21 Øyvind KolåsMade the each babl type db in babl have a mutex.
2009-11-21 Øyvind KolåsMade babl_hash_table_find thread safe by making find_fu...
2009-11-21 Øyvind KolåsAdded a BablMutex type.
2009-11-21 Øyvind KolåsMake babl_ticks() thread safe.
2009-11-19 Martin Nordholtstests: Add pthread based concurrency stress test for...
2009-11-12 Øyvind KolåsAdded direct code paths for RGB u8 and RGBA u8 to RaGaB...
2009-10-08 Yaakov SelkowitzBug 562741 - babl Cygwin patch : PLATFORM_WIN32 patch
2009-08-07 Martin NordholtsUpdate .gitignore for win32
2009-08-07 Martin NordholtsAdd $(EXEEXT) to tools in Makefile.ams to fix win32...
2009-08-04 Martin Nordholtsbabl: Fix compiler warnings
2009-08-02 Martin Nordholtsextensions: Add "CIE LCH(ab) [alpha] float"
2009-08-01 Martin Nordholtsextensions: Remove disabled gamma related code in CIE.c
2009-08-01 Martin Nordholtsextensions: Rename CIE-Lab.c to CIE.c
2009-07-19 Danny RobsonChange occurences of assert (0) into babl_fatal()
2009-07-19 Danny RobsonChange sprintf() to babl_strcat() in model create_name()
2009-07-19 Danny RobsonMake use of system return value to avoid warnings
2009-07-19 Danny RobsonUse pointer integer types for comparisons
2009-07-17 Martin NordholtsIncorporate minor version in soname
2009-07-14 Martin NordholtsEnable automake silent-rules by default
2009-07-14 Martin NordholtsGenerate ChangeLog from git log
2009-07-14 Martin NordholtsUpdate .gitignore
2009-07-14 Martin Nordholtsextensions: Explicitly specify sources
2009-07-14 Martin Nordholtsbabl: Don't declare functions with external linkage...
2009-07-14 Martin NordholtsUpdate SVN reference to git
2009-07-03 Sven Neumannrequire automake >= 1.9.6 and libtool >= 1.5
2009-05-23 Martin NordholtsAdd babl.doap
2009-05-23 Fryderyk DziarmagowskiBug 583565 – babl 0.1.0 build fixes
2009-05-23 Fryderyk DziarmagowskiBug 583565 – babl 0.1.0 build fixes
2009-05-20 Martin NordholtsObsolete the ChangeLog file
2009-05-20 Martin NordholtsBump version to 0.1.1
2009-05-20 Martin Nordholts0.1.0 released
2009-05-20 Martin NordholtsBump version to 0.1.0
2009-05-20 Martin Nordholtsdocs: Add .libs directories to BABL_PATHs
2009-05-20 Martin Nordholtsdocs: Convert SVN references to git
2009-05-20 Martin NordholtsUpdate ChangeLog
2009-05-20 Martin NordholtsUpdate NEWS with release date
2009-05-19 Martin NordholtsFinish update of AUTHORS..
2009-05-19 Martin NordholtsUpdate AUTHORS and NEWS for 0.1.0
2009-05-16 Hubert FiguiereAdd extern "C" to the header for C++ friendliness.
2009-04-04 Martin NordholtsBug 568576 – [PATCH] undefined operation fix
2009-04-04 Martin NordholtsUpdate AUTHORS for 0.1.0
2009-04-04 Martin Nordholtsextensions: util.h is part of the source
2009-04-04 Martin Nordholtsbabl/Makefile.am: Add forgotten header files
2009-04-04 Martin NordholtsMakefile.am: We don't have a COPYING.LESSER anymore
2009-04-04 Martin NordholtsUpdate ChangeLog with previous commit
2009-04-01 Martin NordholtsUpdate NEWS for 0.1.0
2009-03-31 Martin NordholtsAvoid the need for define __func__ "unknown" on some...
2009-03-31 Martin NordholtsDon't try to pass gcc flags to vendor compilers
2009-03-31 Martin NordholtsRewrite xml-insert.sh in portable bourne-shell
2009-03-31 Martin NordholtsDon't use depecrated features or reduntant declarations...
2009-03-31 Martin NordholtsSupport hpux use of shl load/unload and dsos with ...
2009-03-27 Kevin CozensApplied patch from Matteo 'Peach' Pescarin which makes...
2009-03-26 Manish SinghBABL_VARIADIC_MACROS needs to be called before the...
2009-03-25 Martin NordholtsNULL-statements caused by trailing commas are non-portable
2009-03-25 Martin NordholtsHandle variadic macros in a portable way
2009-03-25 Martin NordholtsSome vendor compilers can't compile non-constant elemen...
2009-03-25 Martin NordholtsSome vendor C compilers choke on C++ comments
2009-03-25 Martin Nordholtsenum values must be less than INT_MAX (sign bit is...
2009-03-25 Martin NordholtsRemove trailing comma in enum declaration
2009-03-25 Martin NordholtsInclude config.h in some files that missed it
2009-02-24 Sven Neumannbased on a patch from Gary V. Vaughan, include "config...
2009-02-20 Martin NordholtsAdd .gitignore files generated with git svn create...
2009-02-20 Martin NordholtsInclude headers in babl.h as system headers
2009-01-26 Sven Neumannbabl/babl.h renamed babl_format_get_num_of_components...
2009-01-24 Martin NordholtsDo a complete overhaul of the babl API.
2009-01-20 Martin NordholtsSince babl_foo_from_id() will not be part of the public...
2009-01-18 Martin NordholtsAdd include guards.
2009-01-18 Martin NordholtsNamespace the include guard.
2009-01-18 Martin NordholtsDo a s/babl_destroy/babl_exit since 'destroy' is better...
2009-01-18 Martin NordholtsNew file collecting the type constants, includes and...
2009-01-18 Sven Neumannbabl/babl-component.h babl/babl-conversion.h babl/babl...
2009-01-18 Martin NordholtsAdd #define babl_foo babl_foo_from_name macros, that...
2009-01-17 Martin Nordholtss/babl_image/babl_image_new/
2009-01-17 Martin Nordholtss/babl_foo_init/babl_foo_class_init/
2009-01-17 Martin NordholtsFix bogus ChangeLog formating in two of my recent entries.
2009-01-17 Martin NordholtsRemove babl_name() and babl_introspect() which slipped...
2009-01-17 Martin Nordholtsextensions/gegl-fixups.c #include <stdlib.h>
2009-01-17 Martin NordholtsDon't #include <stdlib.h>
2009-01-17 Martin NordholtsMake babl.h look clean.
2009-01-17 Martin NordholtsFormating.
2009-01-17 Martin NordholtsNew installed header file containing class and typesyst...
2009-01-17 Martin NordholtsMove forward declaration of BablList to the beginning...
2009-01-17 Martin NordholtsMove up forward declaration of BablList.
2009-01-17 Martin NordholtsDon't have BABL_ALPHA_THRESHOLD public yet.
2009-01-17 Martin NordholtsInstead of having BABL_CLASS() plus variants and making...
2009-01-17 Martin NordholtsDon't redeclare functions declared with the BABL_CLASS...
2009-01-17 Martin NordholtsNew installed file with babl_init() and babl_destroy...
2009-01-17 Martin NordholtsNew installed header file that contains portability...
2009-01-15 Martin NordholtsMake BablClassType an int again, it doesn't make sense...
2009-01-15 Martin NordholtsFix misformated entry.
2009-01-14 Martin NordholtsMake BablClassType an enum instead of an unsigned int...
2009-01-14 Martin NordholtsUse a lowercase 'a' in 0xbab100.
2009-01-14 Martin NordholtsDon't document forward declarations and move them down...
2009-01-14 Martin NordholtsRemove BABL_HARD_MAX_PATH_LENGTH from here, it's only...
2009-01-14 Martin NordholtsInstead of an arbitrary threshold, use one hundredth...
2008-12-08 Martin NordholtsDon't just eek when an assertion fails, also say exactl...
2008-11-16 Øyvind Kolåsshow in red the conversions that are worse than the...
2008-11-16 Martin NordholtsUse the default babl tolerance level if BABL_TOLERANCE...
2008-11-16 Martin NordholtsAdd #define BABL_ALPHA_THRESHOLD which is the alpha...
next